fix(Pagination): Fix UUID in range filter#4595
fix(Pagination): Fix UUID in range filter#4595KDederichs wants to merge 19 commits intoapi-platform:mainfrom
Conversation
|
Ok the behat 7.1 fails cause the test can't init the UUID v6 objects. |
|
Or better why still test for 7.1? |
Symfony backwards compatibility promise. |
|
Ok skipping the test it is then (took me a while to figure out how to do that in behat but I gave it a custom tag that can be removed when 7.1 is dropped |
|
All green except deprecations 👍 |
|
This should be moved to its own filter. |
|
@soyuka should it though? |
Turns out the things I was running into were a bug caused by the range filter expecting numbers.
Which doesn't work when you use UUIDs as PK :)